func runtime.newarray
4 uses
runtime (current package)
arena.go#L465: return newarray(typ, cap)
malloc.go#L1756: func newarray(typ *_type, n int) unsafe.Pointer {
malloc.go#L1783: return newarray(typ, n)
malloc.go#L1788: return newarray(typ, n)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)